C (Compare Memory) 

Syntax

C range address

Parameters

range

The first memory area to compare. See Range SyntaxQ0D2XK for information on the range syntax.

address

The starting address of the second memory area.

 

Description

Compares the values held in two memory areas. Specify the first area with the range parameter. Specify the starting address of the second area with address. The second area is the same length as the first. If the two areas are not identical, WinDbg will display all memory addresses in range where they do not agree.